All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.apple.alpha.app.View

java.lang.Object
   |
   +----com.apple.alpha.core.NativeObject
           |
           +----com.apple.alpha.app.Responder
                   |
                   +----com.apple.alpha.app.View

public class View
extends Responder
This class wraps the Objective-C class NSView.


Variable Index

 o BezelBorder
 o GrooveBorder
 o LineBorder
 o NoBorder
 o ViewBoundsDidChangeNotification
 o ViewFocusDidChangeNotification
 o ViewFrameDidChangeNotification
 o ViewHeightSizable
 o ViewMaxXMargin
 o ViewMaxYMargin
 o ViewMinXMargin
 o ViewMinYMargin
 o ViewNotSizable
 o ViewWidthSizable

Constructor Index

 o View()
This default constructor is equivalent to Objective-C's [[NSView alloc] init].
 o View(boolean, int)
Protected constructor used by the bridge to wrap an Objective-C object.
 o View(Coder)
This constructor has the same effect as calling - initWithCoder: on a newly allocated object.
 o View(Rect)
This constructor has the same effect as calling - initWithFrame: on a newly allocated object.

Method Index

 o acceptsFirstMouse(Event)
A wrapper for the - acceptsFirstMouse: Objective-C instance method.
 o addCursorRect(Rect, Cursor)
A wrapper for the - addCursorRect:cursor: Objective-C instance method.
 o addSubview(View)
A wrapper for the - addSubview: Objective-C instance method.
 o addSubviewRelativeToView(View, int, View)
A wrapper for the - addSubview:positioned:relativeTo: Objective-C instance method.
 o addToPageSetup()
A wrapper for the - addToPageSetup Objective-C instance method.
 o adjustScroll(Rect)
A wrapper for the - adjustScroll: Objective-C instance method.
 o allocateGState()
A wrapper for the - allocateGState Objective-C instance method.
 o ancestorSharedWithView(View)
A wrapper for the - ancestorSharedWithView: Objective-C instance method.
 o autoresizesSubviews()
A wrapper for the - autoresizesSubviews Objective-C instance method.
 o autoresizingMask()
A wrapper for the - autoresizingMask Objective-C instance method.
 o autoscroll(Event)
A wrapper for the - autoscroll: Objective-C instance method.
 o beginPage(int, String, Rect, String)
A wrapper for the - beginPage:label:bBox:fonts: Objective-C instance method.
 o beginPageSetup(Rect, Point)
A wrapper for the - beginPageSetupRect:placement: Objective-C instance method.
 o beginPrologue(Rect, String, String, String, String, int, String)
A wrapper for the - beginPrologueBBox:creationDate:createdBy:fonts:forWhom:pages:title: Objective-C instance method.
 o beginSetup()
A wrapper for the - beginSetup Objective-C instance method.
 o beginTrailer()
A wrapper for the - beginTrailer Objective-C instance method.
 o bounds()
A wrapper for the - bounds Objective-C instance method.
 o boundsRotation()
A wrapper for the - boundsRotation Objective-C instance method.
 o canDraw()
A wrapper for the - canDraw Objective-C instance method.
 o centerScanRect(Rect)
A wrapper for the - centerScanRect: Objective-C instance method.
 o concludeDragOperation(DraggingInfo)
A wrapper for the - concludeDragOperation: Objective-C instance method.
 o convertPointFromView(Point, View)
A wrapper for the - convertPoint:fromView: Objective-C instance method.
 o convertPointToView(Point, View)
A wrapper for the - convertPoint:toView: Objective-C instance method.
 o convertRectFromView(Rect, View)
A wrapper for the - convertRect:fromView: Objective-C instance method.
 o convertRectToView(Rect, View)
A wrapper for the - convertRect:toView: Objective-C instance method.
 o convertSizeFromView(Size, View)
A wrapper for the - convertSize:fromView: Objective-C instance method.
 o convertSizeToView(Size, View)
A wrapper for the - convertSize:toView: Objective-C instance method.
 o dataWithEPSInsideRect(Rect)
A wrapper for the - dataWithEPSInsideRect: Objective-C instance method.
 o defaultMenu()
A wrapper for the + defaultMenu Objective-C class method.
 o discardCursorRects()
A wrapper for the - discardCursorRects Objective-C instance method.
 o display()
A wrapper for the - display Objective-C instance method.
 o displayIfNeeded()
A wrapper for the - displayIfNeeded Objective-C instance method.
 o displayIfNeededIgnoringOpacity()
A wrapper for the - displayIfNeededIgnoringOpacity Objective-C instance method.
 o displayIfNeededInRect(Rect)
A wrapper for the - displayIfNeededInRect: Objective-C instance method.
 o displayIfNeededInRectIgnoringOpacity(Rect)
A wrapper for the - displayIfNeededInRectIgnoringOpacity: Objective-C instance method.
 o displayRect(Rect)
A wrapper for the - displayRect: Objective-C instance method.
 o displayRectIgnoringOpacity(Rect)
A wrapper for the - displayRectIgnoringOpacity: Objective-C instance method.
 o dragFile(String, Rect, boolean, Event)
A wrapper for the - dragFile:fromRect:slideBack:event: Objective-C instance method.
 o draggingEntered(DraggingInfo)
A wrapper for the - draggingEntered: Objective-C instance method.
 o draggingExited(DraggingInfo)
A wrapper for the - draggingExited: Objective-C instance method.
 o draggingUpdated(DraggingInfo)
A wrapper for the - draggingUpdated: Objective-C instance method.
 o dragImage(Image, Point, Size, Event, Pasteboard, Object, boolean)
A wrapper for the - dragImage:at:offset:event:pasteboard:source:slideBack: Objective-C instance method.
 o drawPageBorderWithSize(Size)
A wrapper for the - drawPageBorderWithSize: Objective-C instance method.
 o drawRect(Rect)
A wrapper for the - drawRect: Objective-C instance method.
 o drawSheetBorderWithSize(Size)
A wrapper for the - drawSheetBorderWithSize: Objective-C instance method.
 o enclosingScrollView()
A wrapper for the - enclosingScrollView Objective-C instance method.
 o endHeaderComments()
A wrapper for the - endHeaderComments Objective-C instance method.
 o endPage()
A wrapper for the - endPage Objective-C instance method.
 o endPageSetup()
A wrapper for the - endPageSetup Objective-C instance method.
 o endPrologue()
A wrapper for the - endPrologue Objective-C instance method.
 o endSetup()
A wrapper for the - endSetup Objective-C instance method.
 o endTrailer()
A wrapper for the - endTrailer Objective-C instance method.
 o fax(Object)
A wrapper for the - fax: Objective-C instance method.
 o focusView()
A wrapper for the + focusView Objective-C class method.
 o frame()
A wrapper for the - frame Objective-C instance method.
 o frameRotation()
A wrapper for the - frameRotation Objective-C instance method.
 o gState()
A wrapper for the - gState Objective-C instance method.
 o heightAdjustLimit()
A wrapper for the - heightAdjustLimit Objective-C instance method.
 o hitTest(Point)
A wrapper for the - hitTest: Objective-C instance method.
 o isDescendantOf(View)
A wrapper for the - isDescendantOf: Objective-C instance method.
 o isFlipped()
A wrapper for the - isFlipped Objective-C instance method.
 o isMouseInRect(Point, Rect)
A wrapper for the - mouse:inRect: Objective-C instance method.
 o isOpaque()
A wrapper for the - isOpaque Objective-C instance method.
 o isRotatedFromBase()
A wrapper for the - isRotatedFromBase Objective-C instance method.
 o isRotatedOrScaledFromBase()
A wrapper for the - isRotatedOrScaledFromBase Objective-C instance method.
 o locationOfPrintRect(Rect)
A wrapper for the - locationOfPrintRect: Objective-C instance method.
 o lockFocus()
A wrapper for the - lockFocus Objective-C instance method.
 o menuForEvent(Event)
A wrapper for the - menuForEvent: Objective-C instance method.
 o needsDisplay()
A wrapper for the - needsDisplay Objective-C instance method.
 o needsPanelToBecomeKey()
A wrapper for the - needsPanelToBecomeKey Objective-C instance method.
 o nextKeyView()
A wrapper for the - nextKeyView Objective-C instance method.
 o nextValidKeyView()
A wrapper for the - nextValidKeyView Objective-C instance method.
 o opaqueAncestor()
A wrapper for the - opaqueAncestor Objective-C instance method.
 o performDragOperation(DraggingInfo)
A wrapper for the - performDragOperation: Objective-C instance method.
 o performKeyEquivalent(Event)
A wrapper for the - performKeyEquivalent: Objective-C instance method.
 o performMnemonic(String)
A wrapper for the - performMnemonic: Objective-C instance method.
 o postsBoundsChangedNotifications()
A wrapper for the - postsBoundsChangedNotifications Objective-C instance method.
 o postsFrameChangedNotifications()
A wrapper for the - postsFrameChangedNotifications Objective-C instance method.
 o prepareForDragOperation(DraggingInfo)
A wrapper for the - prepareForDragOperation: Objective-C instance method.
 o previousKeyView()
A wrapper for the - previousKeyView Objective-C instance method.
 o previousValidKeyView()
A wrapper for the - previousValidKeyView Objective-C instance method.
 o print(Object)
A wrapper for the - print: Objective-C instance method.
 o rectForPage(int)
A wrapper for the - rectForPage: Objective-C instance method.
 o reflectScrolledClipView(ClipView)
A wrapper for the - reflectScrolledClipView: Objective-C instance method.
 o registerForDraggedTypes(Array)
A wrapper for the - registerForDraggedTypes: Objective-C instance method.
 o releaseGState()
A wrapper for the - releaseGState Objective-C instance method.
 o removeCursorRect(Rect, Cursor)
A wrapper for the - removeCursorRect:cursor: Objective-C instance method.
 o removeFromSuperview()
A wrapper for the - removeFromSuperview Objective-C instance method.
 o removeFromSuperviewWithoutNeedingDisplay()
A wrapper for the - removeFromSuperviewWithoutNeedingDisplay Objective-C instance method.
 o removeTrackingRect(int)
A wrapper for the - removeTrackingRect: Objective-C instance method.
 o renewGState()
A wrapper for the - renewGState Objective-C instance method.
 o replaceSubview(View, View)
A wrapper for the - replaceSubview:with: Objective-C instance method.
 o resetCursorRects()
A wrapper for the - resetCursorRects Objective-C instance method.
 o resizeSubviewsWithOldSize(Size)
A wrapper for the - resizeSubviewsWithOldSize: Objective-C instance method.
 o resizeWithOldSuperviewSize(Size)
A wrapper for the - resizeWithOldSuperviewSize: Objective-C instance method.
 o rotateByAngle(float)
A wrapper for the - rotateByAngle: Objective-C instance method.
 o rulerViewDidAddMarker(RulerView, RulerMarker)
A wrapper for the - rulerView:didAddMarker: Objective-C instance method.
 o rulerViewDidMoveMarker(RulerView, RulerMarker)
A wrapper for the - rulerView:didMoveMarker: Objective-C instance method.
 o rulerViewDidRemoveMarker(RulerView, RulerMarker)
A wrapper for the - rulerView:didRemoveMarker: Objective-C instance method.
 o rulerViewHandleMouseDown(RulerView, Event)
A wrapper for the - rulerView:handleMouseDown: Objective-C instance method.
 o rulerViewShouldAddMarker(RulerView, RulerMarker)
A wrapper for the - rulerView:shouldAddMarker: Objective-C instance method.
 o rulerViewShouldMoveMarker(RulerView, RulerMarker)
A wrapper for the - rulerView:shouldMoveMarker: Objective-C instance method.
 o rulerViewShouldRemoveMarker(RulerView, RulerMarker)
A wrapper for the - rulerView:shouldRemoveMarker: Objective-C instance method.
 o rulerViewWillAddMarker(RulerView, RulerMarker, float)
A wrapper for the - rulerView:willAddMarker:atLocation: Objective-C instance method.
 o rulerViewWillMoveMarker(RulerView, RulerMarker, float)
A wrapper for the - rulerView:willMoveMarker:toLocation: Objective-C instance method.
 o rulerViewWillSetClientView(RulerView, View)
A wrapper for the - rulerView:willSetClientView: Objective-C instance method.
 o scaleUnitSquareToSize(Size)
A wrapper for the - scaleUnitSquareToSize: Objective-C instance method.
 o scrollClipViewToPoint(ClipView, Point)
A wrapper for the - scrollClipView:toPoint: Objective-C instance method.
 o scrollPoint(Point)
A wrapper for the - scrollPoint: Objective-C instance method.
 o scrollRect(Rect, Size)
A wrapper for the - scrollRect:by: Objective-C instance method.
 o scrollRectToVisible(Rect)
A wrapper for the - scrollRectToVisible: Objective-C instance method.
 o setAutoresizesSubviews(boolean)
A wrapper for the - setAutoresizesSubviews: Objective-C instance method.
 o setAutoresizingMask(int)
A wrapper for the - setAutoresizingMask: Objective-C instance method.
 o setBounds(Rect)
A wrapper for the - setBounds: Objective-C instance method.
 o setBoundsOrigin(Point)
A wrapper for the - setBoundsOrigin: Objective-C instance method.
 o setBoundsRotation(float)
A wrapper for the - setBoundsRotation: Objective-C instance method.
 o setBoundsSize(Size)
A wrapper for the - setBoundsSize: Objective-C instance method.
 o setFrame(Rect)
A wrapper for the - setFrame: Objective-C instance method.
 o setFrameOrigin(Point)
A wrapper for the - setFrameOrigin: Objective-C instance method.
 o setFrameRotation(float)
A wrapper for the - setFrameRotation: Objective-C instance method.
 o setFrameSize(Size)
A wrapper for the - setFrameSize: Objective-C instance method.
 o setNeedsDisplay(boolean)
A wrapper for the - setNeedsDisplay: Objective-C instance method.
 o setNeedsDisplayInRect(Rect)
A wrapper for the - setNeedsDisplayInRect: Objective-C instance method.
 o setNextKeyView(View)
A wrapper for the - setNextKeyView: Objective-C instance method.
 o setPostsBoundsChangedNotifications(boolean)
A wrapper for the - setPostsBoundsChangedNotifications: Objective-C instance method.
 o setPostsFrameChangedNotifications(boolean)
A wrapper for the - setPostsFrameChangedNotifications: Objective-C instance method.
 o setToolTip(String)
A wrapper for the - setToolTip: Objective-C instance method.
 o setUpGState()
A wrapper for the - setUpGState Objective-C instance method.
 o shouldDelayWindowOrderingForEvent(Event)
A wrapper for the - shouldDelayWindowOrderingForEvent: Objective-C instance method.
 o shouldDrawColor()
A wrapper for the - shouldDrawColor Objective-C instance method.
 o subviews()
A wrapper for the - subviews Objective-C instance method.
 o superview()
A wrapper for the - superview Objective-C instance method.
 o tag()
A wrapper for the - tag Objective-C instance method.
 o toolTip()
A wrapper for the - toolTip Objective-C instance method.
 o translateOriginToPoint(Point)
A wrapper for the - translateOriginToPoint: Objective-C instance method.
 o unlockFocus()
A wrapper for the - unlockFocus Objective-C instance method.
 o unregisterDraggedTypes()
A wrapper for the - unregisterDraggedTypes Objective-C instance method.
 o viewWillMoveToSuperview(View)
A wrapper for the - viewWillMoveToSuperview: Objective-C instance method.
 o viewWillMoveToWindow(Window)
A wrapper for the - viewWillMoveToWindow: Objective-C instance method.
 o viewWithTag(int)
A wrapper for the - viewWithTag: Objective-C instance method.
 o visibleRect()
A wrapper for the - visibleRect Objective-C instance method.
 o widthAdjustLimit()
A wrapper for the - widthAdjustLimit Objective-C instance method.
 o window()
A wrapper for the - window Objective-C instance method.
 o writeEPSInsideRectToPasteboard(Rect, Pasteboard)
A wrapper for the - writeEPSInsideRect:toPasteboard: Objective-C instance method.

Variables

 o ViewFrameDidChangeNotification
 public static final String ViewFrameDidChangeNotification
 o ViewFocusDidChangeNotification
 public static final String ViewFocusDidChangeNotification
 o ViewBoundsDidChangeNotification
 public static final String ViewBoundsDidChangeNotification
 o NoBorder
 public static final int NoBorder
 o LineBorder
 public static final int LineBorder
 o BezelBorder
 public static final int BezelBorder
 o GrooveBorder
 public static final int GrooveBorder
 o ViewNotSizable
 public static final int ViewNotSizable
 o ViewMinXMargin
 public static final int ViewMinXMargin
 o ViewWidthSizable
 public static final int ViewWidthSizable
 o ViewMaxXMargin
 public static final int ViewMaxXMargin
 o ViewMinYMargin
 public static final int ViewMinYMargin
 o ViewHeightSizable
 public static final int ViewHeightSizable
 o ViewMaxYMargin
 public static final int ViewMaxYMargin

Constructors

 o View
 protected View(boolean shouldAllocate,
                int objcObject)
Protected constructor used by the bridge to wrap an Objective-C object. It should never be invoked directly.

 o View
 public View()
This default constructor is equivalent to Objective-C's [[NSView alloc] init].

 o View
 public View(Coder aDecoder)
This constructor has the same effect as calling - initWithCoder: on a newly allocated object.

 o View
 public View(Rect frameRect)
This constructor has the same effect as calling - initWithFrame: on a newly allocated object.

Methods

 o window
 public native Window window()
A wrapper for the - window Objective-C instance method.

 o superview
 public native View superview()
A wrapper for the - superview Objective-C instance method.

 o subviews
 public native Array subviews()
A wrapper for the - subviews Objective-C instance method.

 o isDescendantOf
 public native boolean isDescendantOf(View aView)
A wrapper for the - isDescendantOf: Objective-C instance method.

 o ancestorSharedWithView
 public native View ancestorSharedWithView(View aView)
A wrapper for the - ancestorSharedWithView: Objective-C instance method.

 o opaqueAncestor
 public native View opaqueAncestor()
A wrapper for the - opaqueAncestor Objective-C instance method.

 o addSubview
 public native void addSubview(View aView)
A wrapper for the - addSubview: Objective-C instance method.

 o addSubviewRelativeToView
 public native void addSubviewRelativeToView(View aView,
                                             int place,
                                             View otherView)
A wrapper for the - addSubview:positioned:relativeTo: Objective-C instance method.

 o viewWillMoveToWindow
 public native void viewWillMoveToWindow(Window newWindow)
A wrapper for the - viewWillMoveToWindow: Objective-C instance method.

 o viewWillMoveToSuperview
 public native void viewWillMoveToSuperview(View newSuperview)
A wrapper for the - viewWillMoveToSuperview: Objective-C instance method.

 o removeFromSuperview
 public native void removeFromSuperview()
A wrapper for the - removeFromSuperview Objective-C instance method.

 o replaceSubview
 public native void replaceSubview(View oldView,
                                   View newView)
A wrapper for the - replaceSubview:with: Objective-C instance method.

 o removeFromSuperviewWithoutNeedingDisplay
 public native void removeFromSuperviewWithoutNeedingDisplay()
A wrapper for the - removeFromSuperviewWithoutNeedingDisplay Objective-C instance method.

 o setPostsFrameChangedNotifications
 public native void setPostsFrameChangedNotifications(boolean flag)
A wrapper for the - setPostsFrameChangedNotifications: Objective-C instance method.

 o postsFrameChangedNotifications
 public native boolean postsFrameChangedNotifications()
A wrapper for the - postsFrameChangedNotifications Objective-C instance method.

 o resizeSubviewsWithOldSize
 public native void resizeSubviewsWithOldSize(Size oldSize)
A wrapper for the - resizeSubviewsWithOldSize: Objective-C instance method.

 o resizeWithOldSuperviewSize
 public native void resizeWithOldSuperviewSize(Size oldSize)
A wrapper for the - resizeWithOldSuperviewSize: Objective-C instance method.

 o setAutoresizesSubviews
 public native void setAutoresizesSubviews(boolean flag)
A wrapper for the - setAutoresizesSubviews: Objective-C instance method.

 o autoresizesSubviews
 public native boolean autoresizesSubviews()
A wrapper for the - autoresizesSubviews Objective-C instance method.

 o setAutoresizingMask
 public native void setAutoresizingMask(int mask)
A wrapper for the - setAutoresizingMask: Objective-C instance method.

 o autoresizingMask
 public native int autoresizingMask()
A wrapper for the - autoresizingMask Objective-C instance method.

 o setFrameOrigin
 public native void setFrameOrigin(Point newOrigin)
A wrapper for the - setFrameOrigin: Objective-C instance method.

 o setFrameSize
 public native void setFrameSize(Size newSize)
A wrapper for the - setFrameSize: Objective-C instance method.

 o setFrame
 public native void setFrame(Rect frameRect)
A wrapper for the - setFrame: Objective-C instance method.

 o frame
 public native Rect frame()
A wrapper for the - frame Objective-C instance method.

 o setFrameRotation
 public native void setFrameRotation(float angle)
A wrapper for the - setFrameRotation: Objective-C instance method.

 o frameRotation
 public native float frameRotation()
A wrapper for the - frameRotation Objective-C instance method.

 o setBoundsOrigin
 public native void setBoundsOrigin(Point newOrigin)
A wrapper for the - setBoundsOrigin: Objective-C instance method.

 o setBoundsSize
 public native void setBoundsSize(Size newSize)
A wrapper for the - setBoundsSize: Objective-C instance method.

 o setBoundsRotation
 public native void setBoundsRotation(float angle)
A wrapper for the - setBoundsRotation: Objective-C instance method.

 o boundsRotation
 public native float boundsRotation()
A wrapper for the - boundsRotation Objective-C instance method.

 o translateOriginToPoint
 public native void translateOriginToPoint(Point translation)
A wrapper for the - translateOriginToPoint: Objective-C instance method.

 o scaleUnitSquareToSize
 public native void scaleUnitSquareToSize(Size newUnitSize)
A wrapper for the - scaleUnitSquareToSize: Objective-C instance method.

 o rotateByAngle
 public native void rotateByAngle(float angle)
A wrapper for the - rotateByAngle: Objective-C instance method.

 o setBounds
 public native void setBounds(Rect aRect)
A wrapper for the - setBounds: Objective-C instance method.

 o bounds
 public native Rect bounds()
A wrapper for the - bounds Objective-C instance method.

 o isFlipped
 public native boolean isFlipped()
A wrapper for the - isFlipped Objective-C instance method.

 o isRotatedFromBase
 public native boolean isRotatedFromBase()
A wrapper for the - isRotatedFromBase Objective-C instance method.

 o isRotatedOrScaledFromBase
 public native boolean isRotatedOrScaledFromBase()
A wrapper for the - isRotatedOrScaledFromBase Objective-C instance method.

 o isOpaque
 public native boolean isOpaque()
A wrapper for the - isOpaque Objective-C instance method.

 o convertPointFromView
 public native Point convertPointFromView(Point aPoint,
                                          View aView)
A wrapper for the - convertPoint:fromView: Objective-C instance method.

 o convertPointToView
 public native Point convertPointToView(Point aPoint,
                                        View aView)
A wrapper for the - convertPoint:toView: Objective-C instance method.

 o convertSizeFromView
 public native Size convertSizeFromView(Size aSize,
                                        View aView)
A wrapper for the - convertSize:fromView: Objective-C instance method.

 o convertSizeToView
 public native Size convertSizeToView(Size aSize,
                                      View aView)
A wrapper for the - convertSize:toView: Objective-C instance method.

 o convertRectFromView
 public native Rect convertRectFromView(Rect aRect,
                                        View aView)
A wrapper for the - convertRect:fromView: Objective-C instance method.

 o convertRectToView
 public native Rect convertRectToView(Rect aRect,
                                      View aView)
A wrapper for the - convertRect:toView: Objective-C instance method.

 o centerScanRect
 public native Rect centerScanRect(Rect aRect)
A wrapper for the - centerScanRect: Objective-C instance method.

 o canDraw
 public native boolean canDraw()
A wrapper for the - canDraw Objective-C instance method.

 o setNeedsDisplay
 public native void setNeedsDisplay(boolean flag)
A wrapper for the - setNeedsDisplay: Objective-C instance method.

 o setNeedsDisplayInRect
 public native void setNeedsDisplayInRect(Rect invalidRect)
A wrapper for the - setNeedsDisplayInRect: Objective-C instance method.

 o needsDisplay
 public native boolean needsDisplay()
A wrapper for the - needsDisplay Objective-C instance method.

 o lockFocus
 public native void lockFocus()
A wrapper for the - lockFocus Objective-C instance method.

 o unlockFocus
 public native void unlockFocus()
A wrapper for the - unlockFocus Objective-C instance method.

 o focusView
 public static native View focusView()
A wrapper for the + focusView Objective-C class method.

 o visibleRect
 public native Rect visibleRect()
A wrapper for the - visibleRect Objective-C instance method.

 o display
 public native void display()
A wrapper for the - display Objective-C instance method.

 o displayIfNeeded
 public native void displayIfNeeded()
A wrapper for the - displayIfNeeded Objective-C instance method.

 o displayIfNeededIgnoringOpacity
 public native void displayIfNeededIgnoringOpacity()
A wrapper for the - displayIfNeededIgnoringOpacity Objective-C instance method.

 o displayRect
 public native void displayRect(Rect rect)
A wrapper for the - displayRect: Objective-C instance method.

 o displayIfNeededInRect
 public native void displayIfNeededInRect(Rect rect)
A wrapper for the - displayIfNeededInRect: Objective-C instance method.

 o displayRectIgnoringOpacity
 public native void displayRectIgnoringOpacity(Rect rect)
A wrapper for the - displayRectIgnoringOpacity: Objective-C instance method.

 o displayIfNeededInRectIgnoringOpacity
 public native void displayIfNeededInRectIgnoringOpacity(Rect rect)
A wrapper for the - displayIfNeededInRectIgnoringOpacity: Objective-C instance method.

 o drawRect
 public native void drawRect(Rect rect)
A wrapper for the - drawRect: Objective-C instance method.

 o gState
 public native int gState()
A wrapper for the - gState Objective-C instance method.

 o allocateGState
 public native void allocateGState()
A wrapper for the - allocateGState Objective-C instance method.

 o releaseGState
 public native void releaseGState()
A wrapper for the - releaseGState Objective-C instance method.

 o setUpGState
 public native void setUpGState()
A wrapper for the - setUpGState Objective-C instance method.

 o renewGState
 public native void renewGState()
A wrapper for the - renewGState Objective-C instance method.

 o scrollPoint
 public native void scrollPoint(Point aPoint)
A wrapper for the - scrollPoint: Objective-C instance method.

 o scrollRectToVisible
 public native boolean scrollRectToVisible(Rect aRect)
A wrapper for the - scrollRectToVisible: Objective-C instance method.

 o autoscroll
 public native boolean autoscroll(Event theEvent)
A wrapper for the - autoscroll: Objective-C instance method.

 o adjustScroll
 public native Rect adjustScroll(Rect newVisible)
A wrapper for the - adjustScroll: Objective-C instance method.

 o scrollRect
 public native void scrollRect(Rect aRect,
                               Size delta)
A wrapper for the - scrollRect:by: Objective-C instance method.

 o hitTest
 public native View hitTest(Point aPoint)
A wrapper for the - hitTest: Objective-C instance method.

 o isMouseInRect
 public native boolean isMouseInRect(Point aPoint,
                                     Rect aRect)
A wrapper for the - mouse:inRect: Objective-C instance method.

 o viewWithTag
 public native Object viewWithTag(int aTag)
A wrapper for the - viewWithTag: Objective-C instance method.

 o tag
 public native int tag()
A wrapper for the - tag Objective-C instance method.

 o performKeyEquivalent
 public native boolean performKeyEquivalent(Event theEvent)
A wrapper for the - performKeyEquivalent: Objective-C instance method.

Overrides:
performKeyEquivalent in class Responder
 o acceptsFirstMouse
 public native boolean acceptsFirstMouse(Event theEvent)
A wrapper for the - acceptsFirstMouse: Objective-C instance method.

 o shouldDelayWindowOrderingForEvent
 public native boolean shouldDelayWindowOrderingForEvent(Event theEvent)
A wrapper for the - shouldDelayWindowOrderingForEvent: Objective-C instance method.

 o needsPanelToBecomeKey
 public native boolean needsPanelToBecomeKey()
A wrapper for the - needsPanelToBecomeKey Objective-C instance method.

 o addCursorRect
 public native void addCursorRect(Rect aRect,
                                  Cursor anObj)
A wrapper for the - addCursorRect:cursor: Objective-C instance method.

 o removeCursorRect
 public native void removeCursorRect(Rect aRect,
                                     Cursor anObj)
A wrapper for the - removeCursorRect:cursor: Objective-C instance method.

 o discardCursorRects
 public native void discardCursorRects()
A wrapper for the - discardCursorRects Objective-C instance method.

 o resetCursorRects
 public native void resetCursorRects()
A wrapper for the - resetCursorRects Objective-C instance method.

 o removeTrackingRect
 public native void removeTrackingRect(int tag)
A wrapper for the - removeTrackingRect: Objective-C instance method.

 o shouldDrawColor
 public native boolean shouldDrawColor()
A wrapper for the - shouldDrawColor Objective-C instance method.

 o setPostsBoundsChangedNotifications
 public native void setPostsBoundsChangedNotifications(boolean flag)
A wrapper for the - setPostsBoundsChangedNotifications: Objective-C instance method.

 o postsBoundsChangedNotifications
 public native boolean postsBoundsChangedNotifications()
A wrapper for the - postsBoundsChangedNotifications Objective-C instance method.

 o enclosingScrollView
 public native ScrollView enclosingScrollView()
A wrapper for the - enclosingScrollView Objective-C instance method.

 o menuForEvent
 public native Menu menuForEvent(Event event)
A wrapper for the - menuForEvent: Objective-C instance method.

 o defaultMenu
 public static native Menu defaultMenu()
A wrapper for the + defaultMenu Objective-C class method.

 o setToolTip
 public native void setToolTip(String string)
A wrapper for the - setToolTip: Objective-C instance method.

 o toolTip
 public native String toolTip()
A wrapper for the - toolTip Objective-C instance method.

 o performMnemonic
 public native boolean performMnemonic(String theString)
A wrapper for the - performMnemonic: Objective-C instance method.

Overrides:
performMnemonic in class Responder
 o setNextKeyView
 public native void setNextKeyView(View next)
A wrapper for the - setNextKeyView: Objective-C instance method.

 o nextKeyView
 public native View nextKeyView()
A wrapper for the - nextKeyView Objective-C instance method.

 o previousKeyView
 public native View previousKeyView()
A wrapper for the - previousKeyView Objective-C instance method.

 o nextValidKeyView
 public native View nextValidKeyView()
A wrapper for the - nextValidKeyView Objective-C instance method.

 o previousValidKeyView
 public native View previousValidKeyView()
A wrapper for the - previousValidKeyView Objective-C instance method.

 o writeEPSInsideRectToPasteboard
 public native void writeEPSInsideRectToPasteboard(Rect rect,
                                                   Pasteboard pasteboard)
A wrapper for the - writeEPSInsideRect:toPasteboard: Objective-C instance method.

 o dataWithEPSInsideRect
 public native Data dataWithEPSInsideRect(Rect rect)
A wrapper for the - dataWithEPSInsideRect: Objective-C instance method.

 o print
 public native void print(Object sender)
A wrapper for the - print: Objective-C instance method.

 o beginPrologue
 public native void beginPrologue(Rect boundingBox,
                                  String dateCreated,
                                  String anApplication,
                                  String fontNames,
                                  String user,
                                  int numPages,
                                  String aTitle)
A wrapper for the - beginPrologueBBox:creationDate:createdBy:fonts:forWhom:pages:title: Objective-C instance method.

 o endHeaderComments
 public native void endHeaderComments()
A wrapper for the - endHeaderComments Objective-C instance method.

 o endPrologue
 public native void endPrologue()
A wrapper for the - endPrologue Objective-C instance method.

 o beginSetup
 public native void beginSetup()
A wrapper for the - beginSetup Objective-C instance method.

 o endSetup
 public native void endSetup()
A wrapper for the - endSetup Objective-C instance method.

 o beginPage
 public native void beginPage(int ordinalNum,
                              String aString,
                              Rect pageRect,
                              String fontNames)
A wrapper for the - beginPage:label:bBox:fonts: Objective-C instance method.

 o beginPageSetup
 public native void beginPageSetup(Rect aRect,
                                   Point location)
A wrapper for the - beginPageSetupRect:placement: Objective-C instance method.

 o addToPageSetup
 public native void addToPageSetup()
A wrapper for the - addToPageSetup Objective-C instance method.

 o endPageSetup
 public native void endPageSetup()
A wrapper for the - endPageSetup Objective-C instance method.

 o endPage
 public native void endPage()
A wrapper for the - endPage Objective-C instance method.

 o beginTrailer
 public native void beginTrailer()
A wrapper for the - beginTrailer Objective-C instance method.

 o endTrailer
 public native void endTrailer()
A wrapper for the - endTrailer Objective-C instance method.

 o heightAdjustLimit
 public native float heightAdjustLimit()
A wrapper for the - heightAdjustLimit Objective-C instance method.

 o widthAdjustLimit
 public native float widthAdjustLimit()
A wrapper for the - widthAdjustLimit Objective-C instance method.

 o rectForPage
 public native Rect rectForPage(int page)
A wrapper for the - rectForPage: Objective-C instance method.

 o locationOfPrintRect
 public native Point locationOfPrintRect(Rect aRect)
A wrapper for the - locationOfPrintRect: Objective-C instance method.

 o drawSheetBorderWithSize
 public native void drawSheetBorderWithSize(Size borderSize)
A wrapper for the - drawSheetBorderWithSize: Objective-C instance method.

 o drawPageBorderWithSize
 public native void drawPageBorderWithSize(Size borderSize)
A wrapper for the - drawPageBorderWithSize: Objective-C instance method.

 o fax
 public native void fax(Object sender)
A wrapper for the - fax: Objective-C instance method.

 o dragImage
 public native void dragImage(Image anImage,
                              Point viewLocation,
                              Size initialOffset,
                              Event event,
                              Pasteboard pboard,
                              Object sourceObj,
                              boolean slideFlag)
A wrapper for the - dragImage:at:offset:event:pasteboard:source:slideBack: Objective-C instance method.

 o registerForDraggedTypes
 public native void registerForDraggedTypes(Array newTypes)
A wrapper for the - registerForDraggedTypes: Objective-C instance method.

 o unregisterDraggedTypes
 public native void unregisterDraggedTypes()
A wrapper for the - unregisterDraggedTypes Objective-C instance method.

 o dragFile
 public native boolean dragFile(String filename,
                                Rect rect,
                                boolean aFlag,
                                Event event)
A wrapper for the - dragFile:fromRect:slideBack:event: Objective-C instance method.

 o reflectScrolledClipView
 public native void reflectScrolledClipView(ClipView aClipView)
A wrapper for the - reflectScrolledClipView: Objective-C instance method.

 o scrollClipViewToPoint
 public native void scrollClipViewToPoint(ClipView aClipView,
                                          Point aPoint)
A wrapper for the - scrollClipView:toPoint: Objective-C instance method.

 o rulerViewShouldMoveMarker
 public native boolean rulerViewShouldMoveMarker(RulerView ruler,
                                                 RulerMarker marker)
A wrapper for the - rulerView:shouldMoveMarker: Objective-C instance method.

 o rulerViewWillMoveMarker
 public native float rulerViewWillMoveMarker(RulerView ruler,
                                             RulerMarker marker,
                                             float location)
A wrapper for the - rulerView:willMoveMarker:toLocation: Objective-C instance method.

 o rulerViewDidMoveMarker
 public native void rulerViewDidMoveMarker(RulerView ruler,
                                           RulerMarker marker)
A wrapper for the - rulerView:didMoveMarker: Objective-C instance method.

 o rulerViewShouldRemoveMarker
 public native boolean rulerViewShouldRemoveMarker(RulerView ruler,
                                                   RulerMarker marker)
A wrapper for the - rulerView:shouldRemoveMarker: Objective-C instance method.

 o rulerViewDidRemoveMarker
 public native void rulerViewDidRemoveMarker(RulerView ruler,
                                             RulerMarker marker)
A wrapper for the - rulerView:didRemoveMarker: Objective-C instance method.

 o rulerViewShouldAddMarker
 public native boolean rulerViewShouldAddMarker(RulerView ruler,
                                                RulerMarker marker)
A wrapper for the - rulerView:shouldAddMarker: Objective-C instance method.

 o rulerViewWillAddMarker
 public native float rulerViewWillAddMarker(RulerView ruler,
                                            RulerMarker marker,
                                            float location)
A wrapper for the - rulerView:willAddMarker:atLocation: Objective-C instance method.

 o rulerViewDidAddMarker
 public native void rulerViewDidAddMarker(RulerView ruler,
                                          RulerMarker marker)
A wrapper for the - rulerView:didAddMarker: Objective-C instance method.

 o rulerViewHandleMouseDown
 public native void rulerViewHandleMouseDown(RulerView ruler,
                                             Event event)
A wrapper for the - rulerView:handleMouseDown: Objective-C instance method.

 o rulerViewWillSetClientView
 public native void rulerViewWillSetClientView(RulerView ruler,
                                               View newClient)
A wrapper for the - rulerView:willSetClientView: Objective-C instance method.

 o draggingEntered
 public native int draggingEntered(DraggingInfo sender)
A wrapper for the - draggingEntered: Objective-C instance method.

 o draggingUpdated
 public native int draggingUpdated(DraggingInfo sender)
A wrapper for the - draggingUpdated: Objective-C instance method.

 o draggingExited
 public native void draggingExited(DraggingInfo sender)
A wrapper for the - draggingExited: Objective-C instance method.

 o prepareForDragOperation
 public native boolean prepareForDragOperation(DraggingInfo sender)
A wrapper for the - prepareForDragOperation: Objective-C instance method.

 o performDragOperation
 public native boolean performDragOperation(DraggingInfo sender)
A wrapper for the - performDragOperation: Objective-C instance method.

 o concludeDragOperation
 public native void concludeDragOperation(DraggingInfo sender)
A wrapper for the - concludeDragOperation: Objective-C instance method.


All Packages  Class Hierarchy  This Package  Previous  Next  Index